From bbd73ee3b8c6b56abe120615c3b0f778b2acd17a Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Thu, 22 Apr 2004 22:45:31 +0000 Subject: [PATCH] typo --- includes/SkinPHPTal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SkinPHPTal.php b/includes/SkinPHPTal.php index 1f2930276d..39dbe70edd 100644 --- a/includes/SkinPHPTal.php +++ b/includes/SkinPHPTal.php @@ -84,7 +84,7 @@ #} $tpl->setRef( "title", &$this->titletxt ); // ? - if(!empty($action) { + if(!empty($action)) { $taction = $this->getPageTitleActionText(); $taction = !empty($taction)?' - '.$taction:''; } else { $taction = ''; } -- 2.20.1